DevForce Help Reference
QueryResult<T> Class Properties


For a list of all members of this type, see QueryResult<T> members.

Public Properties
 NameDescription
Public PropertyCancelled Whether the query was cancelled. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyChangedEntities The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyError Returns non-null if an unhandled exception was raised during query execution. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyQuery The requested typed query as IEntityQuery.  
Public PropertyResolvedFetchStrategyThe actual FetchStrategy used. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyResults The typed results of the query.  
Public PropertyUntypedQuery The requested untyped query. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyWasFetched True if the data was fetched from the EntityServer. (Inherited from IdeaBlade.EntityModel.QueryResult)
Top
See Also

Reference

QueryResult<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback